home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / IZIntPair.h < prev    next >
Text File  |  1993-01-12  |  248b  |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface IZIntPair:Object
  7. {
  8.     int        first;
  9.     int        last;
  10. }
  11.  
  12. - setFirst:(int)kfirst last:(int)klast;
  13.  
  14. - setFirst:(int)kfirst;
  15. - (int)first;
  16. - setLast:(int)klast;
  17. - (int)last;
  18.  
  19. @end
  20.